home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / wdj0696.zip / BURK.ZIP / TEST.RC < prev    next >
Text File  |  1996-04-04  |  745b  |  20 lines

  1. #include "windows.h"
  2. #include "commctrl.h"
  3.  
  4. MAINDIALOG DIALOG DISCARDABLE  6, 15, 232, 156
  5. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Test ListView control"
  7. FONT 8, "MS Sans Serif"
  8. BEGIN
  9.     DEFPUSHBUTTON   "OK",IDOK,48,136,50,14
  10.     PUSHBUTTON      "Cancel",IDCANCEL,124,136,50,14
  11.     RTEXT           "ListView_GetColumnWidth():",-1,5,10,96,8
  12.     RTEXT           "ListView_GetColumn():",-1,5,28,96,8
  13.     EDITTEXT        101,108,6,66,12,ES_READONLY
  14.     EDITTEXT        102,108,24,65,12,ES_READONLY
  15.     CONTROL         "Fix hit testing",103,"Button",BS_AUTOCHECKBOX | 
  16.                     WS_TABSTOP,12,46,60,12
  17.     CONTROL         "",104,WC_LISTVIEW,WS_BORDER | LVS_REPORT|LVS_EDITLABELS,29,64,164,58
  18. END
  19.  
  20.